*{padding: 0;margin:0; border:0}
a{ text-decoration: none; color:#585858;}
li{ list-style: none}
input{
    display: block;
    border:none;
    background: none;
}
.clear{clear: both;}
.hide{display: none}
.w440{
    width: 440px;
}
.w270{
    width: 270px;
}
body{  width:100%;font-family: "Microsoft Yahei";font-size: 14px;color:#585858;}
.header{
    width: 100%;
    height: auto;
}
.header .header-top{
    height: 40px;
    line-height: 40px;
    background-color: #999999;
    color:#ffffff;
}
.header .header-top .container{
    width: 1200px;
    margin: 0 auto;
}
.header .header-top .container p{
    width: 350px;
    float: left;
}
.header .header-top .container .top-nav{
    width: 150px;
    float: right;
}
.header .header-top .container .top-nav a{
    color:#ffffff;
}
.header .header-c{
    width: 1200px;
    height: 135px;
    margin: 0 auto;
}
.header .header-c .logo{
    width: 170px;
    height: 120px;
    float: left;
    margin-top: 8px;
}
.header .header-c .flag{
    width: 570px;
    float: left;
    margin-left: 55px;
    height: 75px;
    margin-top: 30px;
}
.header .header-c .flag h2{
    font-size: 27px;
    color:#222222
}
.header .header-c .flag span{
    color:#0f65b7
}
.header .header-c .flag p{
    font-size: 18px;
    color:#767676;
    margin-top: 5px;
}
.header .header-c .tel{
    width:250px;
    height: 60px;
    background: url("../images/tel.jpg") no-repeat left center;
    float: right;
    text-indent: 60px;
    margin-top: 25px;
}
.header .header-c .tel p{
    height:25px;
    line-height: 25px;
    font-size:14px;
    font-weight: 500;
}
.header .header-c .tel h2{
    font-size:24px;
    color: #333333;
}
.header .nav{
    width: 100%;
    height: 51px;
    line-height: 51px;
    background: url("../images/nav-bg.jpg") repeat-x;
}
.header .nav ul{
    width: 1200px;
    margin: 0 auto;
    color:#000000;
    font-size: 17px;
}

.header .nav ul li{
    width:142px;
    text-align: center;
    float: left;
    position: relative;
}
.header .nav ul li a{
    color:#FFFFFF;
    font-size: 16px;
}
.header .nav ul li.on{
    background-color: #e40a17;
}
.header .nav ul li>ul{
    width: 142px;
    height: auto;
    background-color: #b7030e;
    text-align: center;
    position: absolute;
    left:0;
    top:51px;
    z-index: 999;
}
.header .nav ul li>ul li{
    height: 45px;
    line-height: 45px;
}
.header .nav ul li>ul li a{
    font-size: 15px;
}
#swiper-container{
    width: 100%;
    height: 600px;
}
#swiper-container .swiper-slide img{
    display: block;
    width: 100%;
    height: 600px;
}
.search{
    width: 100%;
    height: 90px;
}
.search .container{
    width: 1200px;
    height: 90px;
    margin: 0 auto;
}
.search .hot{
    width: 600px;
    float: left;
    line-height: 90px;
    font-size: 18px;
}
.search .hot span{
    color:#0a52ab;
}
.search .hot a{
    padding: 0 5px;
    font-size: 18px;
}
.search .form{
    width: 205px;
    height: 35px;
    margin-top: 25px;
    float: right;
    border:1px solid #c7c7c7;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
#keyword{
    width: 155px;
    height: 35px;
    float: left;
    outline: none;
    padding-left: 15px;
}
#btn{
    width: 30px;
    height: 35px;
    background: url("../images/search.png") no-repeat left center;
    float: right;
    margin-right: 5px;
    outline: none;
}
#swiper-container{
    width: 100%;
    height: 600px;
}
#swiper-container a{
    display:block;
    width: 100%;
    height:600px;
}

.product{
    width: 100%;
    height: auto;
    background: url("../images/bg.jpg") no-repeat 50% 0;#swiper-container
    padding-top: 50px;
    padding-bottom: 75px;
}
.product .dh{
    text-align: center;
}
.product .dh h2{
    font-size: 46px;
    font-weight: 500;
    color:#0f66b7
}
.product .dh p{
    font-size: 21px;
    color:#737274;
    padding: 5px 0;
}
.product .container{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.product .tabs{
    width:1200px;
    height: 65px;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product .tabs a{
    display: block;
    width: 151px;
    height: 56px;
    border:1px solid #3e3e3e;
    color:#3e3e3e;
    text-align: center;
    line-height: 56px;
    font-size: 20px;
}
.product .tabs a.on{
    width: 153px;
    height: 65px;
    background: url("../images/tabs-bg.png") no-repeat left center;
    color:#ffffff;
    border:0;
}
.product .tabbox{
    width: 1200px;
    height: 695px;
    margin-top: 5px;
}
.product .tabbox .tab_box .big{
    width: 605px;
    height: 695px;
    float: left;
    overflow: hidden;
}
.product .tabbox .tab_box .big img{
    display: block;
    width: 605px;
    height: 695px;
    transition: all 1.2s;
}
.product .tabbox .tab_box .big img:hover{
    transform: scale(1.3);
}
.product .tabbox .tab_box ul{
    width: 593px;
    height: 692px;
    border:1px solid #3e3e3e;
    float: right;
}
.product .tabbox .tab_box ul li{
    width: 296px;
    height: 345px;
    float: left;
}
.product .tabbox .tab_box ul li .thumb{
    width: 296px;
    height: 270px;
    overflow: hidden;
}
.product .tabbox .tab_box ul li .thumb img{
    display: block;
    width: 296px;
    height: 270px;
    transition: all 1.2s;
}
.product .tabbox .tab_box ul li .thumb img:hover{
    transform: scale(1.3);
}
.product .tabbox .tab_box ul li p{
    text-align: center;
    line-height: 75px;
    font-size: 17px;
}
.product .tabbox .tab_box ul li:first-child{
    border-right:1px solid #3e3e3e;
}
.product .tabbox .tab_box ul li:nth-child(3){
    border-right:1px solid #3e3e3e;
}
.yaosu{
    width: 1200px;
    height: auto;
    margin: 35px auto;
}
.yaosu .dh{
    text-align: center;
}
.yaosu .dh h2{
    font-size: 46px;
    color:#232323
}
.yaosu .dh h2 span{
    color:#0f66b7;
    font-weight: 500;
}
.yaosu .dh i{
    font-size: 20px;
    text-transform: unset;
}
.yaosu .dh p{
    font-size: 21px;
    color:#737274;
    padding: 5px 0;
}
.yaosu ul{
    width: 1200px;
    height: 415px;
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.yaosu ul li{
    width: 290px;
    height: 415px;
    position: relative;
}
.yaosu ul li .thumb{
    width: 180px;
    height: 180px;
    padding: 10px 10px;
    position: absolute;
    top: 0;
    left:45px;
    background-color: #ffffff;
    z-index: 6;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.yaosu ul li .info{
    width: 290px;
    height: 217px;
    background-color: #222222;
    position: absolute;
    top:75px;
    left:0;
    z-index: 5;
    padding-top: 120px;
    text-align: center;
}
.yaosu ul li .info .num{
    font-size: 37px;
    height:65px;
    line-height: 65px;
    color:#4d5050
}
.yaosu ul li .info h2{
    font-size: 27px;
    color:#ffffff;
}
.yaosu ul li .info p{
    font-size: 11px;
    color:#494b4b
}
.yaosu ul li .info span{
    display: block;
    width: 195px;
    height: 50px;
    background-color: #393939;
    margin: 20px auto 0 auto;
    line-height: 50px;
    font-size: 18px;
    color:#ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.yaosu ul li.on .info{
    background-color: #0f66b7;
}
.yaosu ul li.on .info .num{
    color:#559fe3;
}
.yaosu ul li.on .info p{
    color:#559fe3;
}
.yaosu ul li.on .info span{
    background-color: #ffffff;
    color:#0f66b7
}
.liyou{
    width: 100%;
    height: auto;
    background: url("../images/bg01.jpg") no-repeat 50% 0;
    padding-top: 65px;
    padding-bottom: 60px;
}
.liyou .dh{
    text-align: center;
    height: 145px;
    background: url("../images/line.png") no-repeat bottom center;
}
.liyou .dh h2{
    text-transform: uppercase;
    font-size: 54px;
    color:#43454c;
}
.liyou .dh p{
    font-size: 30px;
    color:#ffffff;
}
.liyou .wrap{
    width: 1240px;
    height: auto;
    margin: 40px auto 0 auto;
}
.liyou .wrap .tabs{
    width: 1200px;
    height: 67px;
    margin: 0 auto;
}
.liyou .wrap .tabs ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.liyou .wrap .tabs ul li{
    width: 255px;
    height: 55px;
    border:1px solid #7a7d81;
    text-align: center;
    line-height: 55px;
    font-size: 25px;
    color:#b3b8bc;
    cursor: pointer;
}
.liyou .wrap .tabs ul li.on{
    width: 255px;
    height: 67px;
    background: url("../images/li-bg.png") no-repeat top center;
    line-height: 55px;
    color:#ffffff;
    border:none;
}
.liyou .tabbox{
    width: 1240px;
    height: 535px;
    background: url("../images/icon-bg.png") no-repeat bottom center;
    margin-top: 35px;
}
.liyou .tabbox .tab_box{
    width: 1200px;
    height: 475px;
    margin: 0 auto;
}
.liyou .tabbox .tab_box .swiper-container{
    width: 1200px;
    height: 475px;
}
.liyou .tabbox .tab_box .swiper-container .left{
    width: 495px;
    height: 445px;
    float: left;
    background-color: #ffffff;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
.liyou .tabbox .tab_box .swiper-container .left .tit{
    width: 495px;
    height: 95px;
}
.liyou .tabbox .tab_box .swiper-container .left .tit .tt{
    width: 405px;
    float: left;
}
.liyou .tabbox .tab_box .swiper-container .left .tit .tt h2{
    font-size: 31px;
    color:#0f66b7;
    font-weight: 500;
    line-height: 55px;
}
.liyou .tabbox .tab_box .swiper-container .left .tit .tt p{
    font-size: 15px;
    color:#b7b7b7;
}
.liyou .tabbox .tab_box .swiper-container .left .tit .num{
    width: 63px;
    height: 93px;
    border:1px solid #dedede;
    float: right;
    background: url("../images/xline.jpg") no-repeat bottom 15px center;
    text-align: center;
}
.liyou .tabbox .tab_box .swiper-container .left .tit .num h2{
    font-size: 40px;
    padding-top: 10px;
    color:#a3a4a6;
}
.liyou .tabbox .tab_box .swiper-container .left .text{
    font-size: 17px;
    line-height: 35px;
    padding-right: 65px;
    margin-top: 30px;
}
.liyou .tabbox .tab_box .swiper-container .right{
    width: 645px;
    height: 475px;
    float: right;
}
.liyou .tabbox .tab_box .swiper-container .right img{
    display: block;
    width: 645px;
    height: 475px;
}
.liyou .tabbox .tab_box .swiper-container .swiper-pagination-bullets{
    width: 300px;
    position: absolute;
    left:30px;
}
.liyou .tabbox .tab_box .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
}
.ys{
    width: 1200px;
    height: auto;
    margin: 25px auto;
}
.ys .dh{
    text-align: center;
}
.ys .dh h2{
    font-size: 46px;
    color:#323131;
    font-weight: 500;
}
.ys .dh h2 span{
    color:#0f66b7;
    font-weight: 500;
}
.ys .dh i{
    font-size: 20px;
    text-transform: unset;
}
.ys .dh p{
    font-size: 21px;
    color:#737274;
    padding: 5px 0;
}
.ys .container{
    width: 1200px;
    height: 630px;
    margin: 65px auto;
    position: relative;
    background: url("../images/ys.jpg") no-repeat left center;
}
.ys .container .box:first-child{
    width: 465px;
    height: 100px;
    position: absolute;
    right:75px;
    top:0;
    background: url("../images/1.jpg") no-repeat left center;
    padding-left: 60px;
}
.ys .container .box h2{
    font-size: 18px;
    font-weight: 500;
    color:#0f66b7;
    padding-bottom: 10px;
}
.ys .container .box p{
    line-height: 30px;
    font-size: 14px;
    color:#a5a5a5;
}
.ys .container .box:nth-child(2){
    width: 465px;
    height: 100px;
    position: absolute;
    right:0;
    top:160px;
    background: url("../images/2.jpg") no-repeat left center;
    padding-left: 60px;
}
.ys .container .box:nth-child(3){
    width: 400px;
    height: 100px;
    position: absolute;
    right:0;
    top:330px;
    background: url("../images/3.jpg") no-repeat left center;
    padding-left: 60px;
}
.ys .container .box:nth-child(4){
    width: 500px;
    height: 100px;
    position: absolute;
    right:0;
    top:480px;
    background: url("../images/4.jpg") no-repeat left center;
    padding-left: 60px;
}
.ryzs{
    width:1316px;
    height: auto;
    margin: 25px auto;
}
.ryzs .dh{
    width: 1200px;
    text-align: center;
    height: 115px;
    padding-bottom: 25px;
    border-bottom:1px solid #e3e3e3;
    margin: 0 auto;
}
.ryzs .dh h2{
    font-size: 37px;
    color:#323131;
    font-weight: 500;
    height: 65px;
    line-height: 65px;
}
.ryzs .dh h2 span{
    font-size: 20px;
}
.ryzs .dh p{
    font-size: 18px;
    color:#737274;
    line-height: 55px;
}
.ryzs .rywrap{
    width: 1200px;
    height:220px;
    padding: 0 50px;
    position: relative;
    margin-top: 40px;
}
.ryzs .rywrap .swiper-container{
    width: 1200px;
    height: 190px;
    padding-bottom: 30px;
    border-bottom:1px solid #e3e3e3;;
}
.ryzs .rywrap .swiper-container .swiper-slide{
    width: 280px;
    height: 190px;
    background: #ebebeb;
    margin: 0 10px;
}
.ryzs .rywrap .swiper-container .swiper-slide img{
    display: block;
    width: 240px;
    height: 170px;
    margin: 10px 20px;
}
.ryzs .rywrap .swiper-button-prev{
    width: 35px;
    height: 35px;
    background: url("../images/left.png") no-repeat left center;
}
.ryzs .rywrap .swiper-button-next{
    width: 35px;
    height: 35px;
    background: url("../images/right.jpg") no-repeat left center;
}
.al{
    width: 100%;
    height: auto;
    padding: 35px 0;
}
.al .dh{
    width: 1200px;
    height: 135px;
    margin: 0 auto;
    position: relative;
}
.al .dh h2{
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 37px;
    color:#1f1f1f;
    font-weight: 500;
}
.al .dh .line{
    width: 1200px;
    height: 1px;
    background-color: #e3e3e3;
    position: absolute;
    left:0;
    bottom:55px;
    z-index: 5;
}
.al .dh p{
    text-align: center;
    color:#686868;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    width: 400px;
    background-color: #ffffff;
    padding: 0 15px;
    z-index: 66;
    margin: 0 auto;
    position: relative;
}
.al .container{
    width: 1200px;
    height: auto;
    margin: 25px auto;
}
.al .container .tab{
    width: 230px;
    height: auto;
    float: left;
}
.al .container .tab h2{
    width: 210px;
    height: 68px;
    background: url("../images/tabs-bg03.jpg") no-repeat left center;
    text-align: center;
    line-height: 68px;
    color:#ffffff;
    font-size: 30px;
    margin-bottom: 8px;
}
.al .container .tab a{
    display: block;
    width: 210px;
    height: 68px;
    background-color: #c0c0c0;
    text-align: center;
    line-height: 68px;
    color:#606060;
    font-size: 24px;
    margin-bottom: 8px;
}
.al .container .tab a.on{
    width: 223px;
    height: 68px;
    line-height: 68px;
    background: url("../images/a-bg.jpg") no-repeat left center;
    color:#ffffff;
}
.al .container .tabbox{
    width: 970px;
    height: 520px;
    float: right;
    box-shadow: 0 5px 10px #959595;
}
.al .container .tabbox .tab_box .bigimg{
    width: 700px;
    height: 520px;
    float: left;
    overflow: hidden;
}
.al .container .tabbox .tab_box .bigimg img{
    display: block;
    width: 700px;
    height: 520px;
    transition: all 1s;
}
.al .container .tabbox .tab_box .bigimg img:hover{
    transform: scale(1.3);
}
.al .container .tabbox .tab_box .tab_box_r{
    width: 265px;
    height: auto;
    float: right;
}
.al .container .tabbox .tab_box .tab_box_r ul li{
    width: 265px;
    height: 200px;
    overflow: hidden;
}
.al .container .tabbox .tab_box .tab_box_r ul li img{
    display: block;
    width: 265px;
    height: 200px;
    transition: all 0.8s;
}
.al .container .tabbox .tab_box .tab_box_r ul li img:hover{
    transform: scale(1.2);
}
.al .container .tabbox .tab_box .tab_box_r ul li:last-child{
    margin-top: 20px;
}

.al .container .tabbox .tab_box .tab_box_r .more{
    display: block;
    width: 100px;
    height: 35px;
    background-color: #dc0916;
    text-align: center;
    line-height: 35px;
    color:#ffffff;
    font-size: 15px;
    margin: 20px auto;
}
.about{
    width: 1200px;
    height: auto;
    margin: 25px auto 0 auto;
    padding-bottom: 40px;
    border-bottom:1px solid #7d7d7d;
}
.about .dh{
    width: 1200px;
    height: 85px;
}
.about .dh h2{
    text-align: center;
    line-height: 50px;
    font-size: 38px;
    color:#323131;
    font-weight: 500;
}
.about .dh h2 span{
    color:#0f66b7
}
.about .dh p{
    text-align: center;
    color:#686868;
    font-size: 18px;
    line-height: 40px;
}
.about .content{
    width: 1200px;
    height: auto;
    margin-top: 35px;
}
.about .content img{
    display: block;
    width: 620px;
    height: 330px;
    float: left;
}
.about .content .text{
    width: 525px;
    height: auto;
    float: right;
    padding-top: 20px;
}
.about .content .text h2{
    font-weight: 500;
    font-size: 28px;
    line-height: 60px;
}
.about .content .text p{
    line-height: 25px;
    font-size: 14px;
    color:#7d7d7e;
}
.about .content .text p a{
    color:#0f66b7
}
.lc{
    width: 100%;
    height: 330px;
    background: url("../images/lc-bg.jpg") no-repeat 50% 0;
}
.lc .container{
    width: 1365px;
    height: auto;
    margin: 0 auto;
}
.lc .left{
    width: 1015px;
    height: auto;
    float: left;
    padding-top: 55px;
    position: relative;
}
.lc .left ul{
    width: 1015px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lc .left ul li{
    width: 170px;
    height: 250px;
    position: relative;
}
.lc .left ul li img{
    display: block;
    width: 164px;
    height: 164px;
    margin: 0 auto;
}
.lc .left ul li p{
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color:#000000;
}
.lc .left ul li i{
    display: block;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #0f66b7;
    color:#ffffff;
    text-align: center;
    line-height: 45px;
    font-size: 30px;
    /*font-family: "黑体";*/
    position:absolute;
    top:0;
    right: 0;
}
.lc .left span{
    display: block;
    width: 15px;
    height: 20px;
    background: url("../images/icon-jian.png") no-repeat top center;
}
.lc .left .one{
    position: absolute;
    left:180px;
    top:135px;
}
.lc .left .two{
    position: absolute;
    left:390px;
    top:135px;
}
.lc .left .three{
    position: absolute;
    left:600px;
    top:135px;
}
.lc .left .four{
    position: absolute;
    left:815px;
    top:135px;
}

.lc .right{
    width: 345px;
    height: auto;
    float: right;
    margin-top: 35px;
}
.lc .right p{
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color:#000000;
}
.kh{
    width: 100%;
    height: auto;
    background-color: #f0f0f0;
}
.kh .container{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 50px;
}
.kh .container .tit{
    width: 1200px;
    height: 115px;
}
.kh ul{
    width: 1200px;
    height: auto;
    margin-top: 35px;
}
.kh ul li{
    width: 273px;
    height: 138px;
    border:1px solid #d4d4d4;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}
.kh ul li:nth-child(4n){
    margin-right: 0;
}
.kh ul li img{
    display: block;
    width: 273px;
    height: 138px;
}
.news{
    width: 100%;
    height: auto;
    padding-bottom: 15px;
}
.news .container{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news .container .box{
    width: 570px;
    height: auto;
}
.news .container .box .dh{
    width: 580px;
    height: 90px;
    line-height: 90px;
}
.news .container .box .dh h2{
    width:185px;
    height: 90px;
    float: left;
    background: url("../images/icon.jpg") no-repeat left center;
    font-size: 24px;
    color:#0f66b7;
    text-indent: 15px;
}

.news .container .box .dh h2 span{
    font-size: 18px;
    font-weight: 500;
    color:#949494;
}
.news .container .box .dh p{
    width: 70px;
    float: right;
    font-size: 18px;
}
.news .container .box .hot{
    width: 565px;
    height: auto;
    margin: 0 auto;
}
.news .container .box .hot img{
    display: block;
    width: 565px;
    height: 170px;
}
.news .container .box .hot .tt{
    height: 60px;
    line-height: 60px;
}
.news .container .box .hot .tt h2{
    font-size: 16px;
    font-weight: 500;
    float: left;
    color:#000000;
}
.news .container .box .hot .tt span{
    float:right;
}
.news .container .box .hot .dec{
    padding-bottom: 25px;
    border-bottom:1px dashed #c3c3c3;
    font-size: 15px;
    line-height: 30px;
}
.news .container .box ul{
    padding-top: 15px;
}
.news .container .box ul li{
    width: 100%;
    height:35px;
    line-height:35px;
    background: url("../images/icon_01.png") no-repeat left 10px center;
    text-indent: 30px;
    font-size: 16px;
}
.news .container .box ul li a{
    font-size: 16px;
}
.news .container .box ul li span{
    float: right;
}
.news .container .wt{
    width: 580px;
}
.news .container .wt ul{
    padding-top: 0;
}
.news .container .wt ul li{
    width: 580px;
    height:115px;
    margin-bottom: 40px;
}
.news .container .wt ul li .thumb{
    width: 220px;
    height: 115px;
    float: left;
}
.news .container .wt ul li .thumb img{
    display: block;
    width: 220px;
    height: 115px;
}
.news .container .wt ul li .info{
    width: 330px;
    height: 115px;
    float: right;
}
.news .container .wt ul li .info h2{
    height: 35px;
    line-height: 35px;
    background: url("../images/w.jpg") no-repeat left center;
    font-weight: 500;
    color:#1e1e1e;
    font-size: 17px;
    padding-bottom: 10px;
    padding-left: 5px;
}
.news .container .wt ul li .info p{
    line-height:30px;
    background: url("../images/d.jpg") no-repeat left top 10px;
    padding-left: 35px;
    text-indent: 0;
    color:#737272
}
.flink{
    width: 100%;
    height: 45px;
    padding: 20px 0;
    background-color: #f8f8f8;
}
.flink .container{
    width: 1200px;
    height: 45px;
    margin: 0 auto;
}
.flink img{
    display: block;
    width: 80px;
    height: 45px;
    float: left;
}
.flink ul{
    width: 1120px;
    float: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flink ul li{
    line-height: 45px;
    padding: 0 10px;
}
.footer{
    width: 100%;
    height: auto;
    background-color: #0f66b7;
    border-top:2px solid #da251c;
}
.footer .container{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.footer .container .left{
    padding-top: 60px;
    width:225px;
    height: auto;
    background-color: #ffffff;
    text-align: center;
    padding-bottom: 35px;
    float: left;
}
.footer .container .left img{
    display: block;
    width: 170px;
    height: 120px;
    margin: 0 auto;
}
.footer .container .left p{
    line-height: 25px;
    margin-top: 10px;
}
.footer .container .right{
    width: 870px;
    height: auto;
    float: right;
    padding-top: 15px;
}
.footer .container .right .f-nav{
    width: 870px;
    height: 50px;
    border-bottom:1px solid #3780c3;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    line-height: 50px;
    color:#ffffff;
    font-size: 17px;
}
.footer .container .right .f-nav a{
    color: #ffffff;
}
.footer .container .right .f-b{
    width: 870px;
    height: auto;
    padding: 10px 10px;
    position: relative;
    color:#ffffff;
}
.footer .container .right .f-b .lx{
    line-height: 40px;
}
.footer .container .right .f-b .wx{
    width: 375px;
    height: 145px;
    position: absolute;
    right: 30px;
    top:30px;
}
.footer .container .right .f-b .wx p{
    width: 100px;
    height: 145px;
    float: left;
    margin-right: 25px;
    text-align: center;
}
.footer .container .right .f-b .wx span{
    line-height: 45px;
}

/************************产品列表******************/
.pages{
    width: 800px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 25px auto;
}
.pages ul li{
    float: left;
    padding: 5px 10px;
}
.banner{
    width: 100%;
    height: 200px;
    background: url("../images/list-banner.jpg") no-repeat 50% 0;
}
.main{
    width: 1200px;
    height: auto;
    margin: 25px auto;
}
.main-l{
    width: 240px;
    height: auto;
    float: left;
}
.main-l .product_list{
    width: 240px;
    height: auto;
    border:1px solid #1685c1;
}
.main-l  .dh{
    width:240px;
    height: 60px;
    background-color: #1685c1;
    text-align: center;
    line-height: 60px;
}
.main-l .dh h2{
    font-size: 20px;
    color:#FFFFFF;
}
.main-l .product_list .box{
    width: 220px;
    height: auto;
    padding: 10px 10px;
}
.main-l .product_list .box h2{
    width: 220px;
    height: 45px;
    background-color: #1685c1;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    color:#FFFFFF;
}
.main-l .product_list ul li{
    width:185px;
    height: 40px;
    background: url("../images/cate-dd.png") no-repeat left center;
    background-size: 100% 100%;
    line-height: 40px;
    padding-left: 35px;
}
.main-l .product_list ul li a{
    font-size: 16px;
}
.main-l .xgcp{
    width: 240px;
    height: auto;
    border:1px solid #1685c1;
    margin-top: 15px;
}
.main-l .xgcp h2{
    width: 240px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #1685c1;
    font-size: 18px;
    color:#FFFFFF;
}
.main-l .xgcp ul{
    padding: 10px 10px;
}
.main-l .xgcp ul li{
    width: 220px;
    height: 200px;
}
.main-l .xgcp ul li img{
    display: block;
    width: 220px;
    height: 165px;
}
.main-l .xgcp ul li p{
    text-align: center;
    line-height: 35px;
}
.main-l .lx{
    width: 240px;
    height: auto;
    margin-top: 15px;
    border:1px solid #1685c1;
}
.main-l .lx h2{
    width: 240px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color:#FFFFFF;
    background-color: #1685c1;
    font-size: 18px;
}
.main-l .lx .content{
    padding: 10px 10px;
}
.main-r{
    width: 920px;
    height: auto;
    float: right;
}
.main-r .position{
    width: 920px;
    height: 50px;
    border-bottom:2px solid #1685c1;
}
.main-r .position h2{
    width: 160px;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    color:#1685c1;
    border-bottom:2px solid #e94c19;
    float: left;
}
.main-r .position p{
    width: 500px;
    height: 50px;
    float: right;
    line-height: 50px;
    text-align: right;
    margin-right: 10px;
    color:#e94c19;
}
.main-r .product_list{
    width: 920px;
    height: auto;
    border: 1px solid #1685c1;
    margin-top: 20px;
}
.main-r .product_list ul li{
    width: 270px;
    height: 245px;
    background-color: #eeeeee;
    padding: 15px 15px;
    float: left;
    margin: 10px 3px;
}
.main-r .product_list ul li .thumb{
    width: 270px;
    height: 200px;
    overflow: hidden;
}
.main-r .product_list ul li .thumb img{
    display: block;
    width: 270px;
    height: 200px;
    transition: all 1.2s;
}
.main-r .product_list ul li .thumb img:hover{
    transform: scale(1.2);
}
.main-r .product_list ul li p{
    width: 270px;
    height: 45px;
    text-align: center;
    line-height: 45px;
}
/*************************************************8新闻列表****************************/
.news_list{
    width:880px;
    height: auto;
    border:1px solid #1685c1;
    padding: 20px 20px;
    margin-top: 20px;
}
.news_list ul li{
    width: 880px;
    height: 100px;
    padding: 10px 0;
    border-bottom:1px dashed #e94c19;
    cursor: pointer;
}
.news_list ul li:hover .time{
    background-color: #e94c19;
}
.news_list ul li .time{
    width: 100px;
    height: 75px;
    background-color: #1685c1;
    text-align: center;
    padding-top: 25px;
    color:#FFFFFF;
    float: left;
}
.news_list ul li .time h2{
    font-size: 24px;
}
.news_list ul li .time p{
    font-size: 18px;
}
.news_list ul li .info{
    width: 750px;
    height: 100px;
    float: right;
}
.news_list ul li .info h2{
    line-height: 40px;
    color:#666666;
}
.news_list ul li .info p{
    line-height: 30px;
}
/******************************88产品页******************************/
#product{
    width: 880px;
    height: auto;
    margin-top: 20px;
    border:1px solid #1685c1;
    padding: 20px 20px;
}
#product .product_top{
    width: 880px;
    height: 310px;
    padding-bottom: 20px;
}
#product .product_top .thumb{
    width: 410px;
    height: 310px;
    float: left;
    overflow: hidden;
    border:1px solid #e94c19;
}
#product .product_top .thumb img{
    display: block;
    width: 410px;
    height: 310px;
    transition: all 1.2s;
}
#product .product_top .thumb img:hover{
    transform: scale(1.2);
}
#product .product_top .product_info{
    width: 450px;
    height: auto;
    float: right;
}
#product .product_top .product_info h2{
    width: 300px;
    height: 50px;
    border-bottom:1px dashed #c9c9c9;
    text-align: center;
    line-height: 50px;
    color:#1685c1;
}
#product .product_top .product_info p{
    padding: 15px 0;
    font-size: 16px;
    line-height: 30px;
}
#product .product_tab{
    width: 880px;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#product .product_tab a{
    width: 220px;
    height: 40px;
    background-color: #f0f0f0;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}
#product .product_tab a.on{
    background-color: #1685c1;
    color:#FFFFFF;
}
#product .body{
    width: 860px;
    height: auto;
    padding: 20px 10px;
}
/*************************************文章页**************************/
#article{
    width:880px;
    height: auto;
    border:1px solid #1685c1;
    margin-top: 20px;
    padding: 20px 20px;
}
#article .title{
    width: 880px;
    height: 100px;
    text-align: center;
    border-bottom:1px dashed #e94c19;
}
#article .title h1{
    font-size: 24px;
    font-weight: 500;
    line-height: 60px;
}
#article .title p{
    font-size: 14px;
    color:#999999;
}
#article .title p span{
    padding: 0 10px;
}
#article .body{
    padding: 20px 0;
    line-height: 30px;
    font-size: 14px;
}
#article .body p{
    margin: 15px 0;
}
#article .body .prenext{
    width: 500px;
    height: 50px;
    margin: 40px auto;
    font-size: 16px;
    line-height: 50px;
    text-align: right;
}